iterative$41191$ - translation to γερμανικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

iterative$41191$ - translation to γερμανικά

TYPES OF METHODOLOGY TO DEVELOP A SYSTEM THROUGH REPEATED CYCLES (ITERATIVE) AND IN SMALLER PORTIONS AT A TIME (INCREMENTAL), ALLOWING DEVELOPERS TO TAKE ADVANTAGE OF WHAT WAS LEARNED DURING DEVELOPMENT OF EARLIER PARTS OR VERSIONS OF THE SYSTEM
Iterative development; Incremental Development; Interactive and Incremental development; Incremental and iterative development; Incremental and iterative developments; Iterative and Incremental development; Evolutionary approach; Iterative model; Iterative and Incremental Development; Incremental development; Iterative & incremental development; Iterative Development
  • A simplified version of a typical iteration cycle in agile project management
  • Iterative development model

iterative      
adj. wiederholend; sich wiederholend

Ορισμός

iterative deepening
<algorithm> A graph search algorithm that will find the shortest path with some given property, even when the graph contains cycles. When searching for a path through a graph, starting at a given initial node, where the path (or its end node) has some desired property, a depth-first search may never find a solution if it enters a cycle in the graph. Rather than avoiding cycles (i.e. never extend a path with a node it already contains), iterative deepening explores all paths up to length (or "depth") N, starting from N=0 and increasing N until a solution is found. (2004-01-26)

Βικιπαίδεια

Iterative and incremental development

Iterative and incremental development is any combination of both iterative design or iterative method and incremental build model for development.

Usage of the term began in software development, with a long-standing combination of the two terms iterative and incremental having been widely suggested for large development efforts. For example, the 1985 DOD-STD-2167 mentions (in section 4.1.2): "During software development, more than one iteration of the software development cycle may be in progress at the same time." and "This process may be described as an 'evolutionary acquisition' or 'incremental build' approach." In software, the relationship between iterations and increments is determined by the overall software development process.